![]() | IBM Endpoint Manager Inspectors Reference |
Win: Windows
Lin: Red Hat and SUSE Linux
Sol: SUN Solaris
HPUX: Hewlett-Packard UNIX version
AIX: IBM AIX
Mac: Apple Macintosh
Ubu: Ubuntu/Debian
WM: Windows Mobile
The version (e.g. Lin:8.1) corresponds to the version of the IEM product (8.1) in which the inspector was introduced in the client on that platform.
The version number is not shown if it is less than 8.0.
These Inspectors allow you to gather data and perform statistics during a session. For more information about statistical aggregation, see the Resource section at the end of this guide.
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
<floating point> * <rate> | Operate on a rate with a floating point number, returning a new rate, where {op} is one of: *, /. | Win, Mac |
<floating point> / <time interval> | Divides a floating point number by a time interval to yield a rate. | Win, Mac |
<rate> {op} <floating point> | Operate on a rate with a floating point number, returning a new rate, where {op} is one of: *, /. | Win, Mac |
maximum of <rate> | Returns the maximum value from a list of <rate> types. | Win, Mac |
minimum of <rate> | Returns the minimum value from a list of <rate> types. | Win, Mac |
- <rate> | Returns the negative of the given rate. | Win, Mac |
<rate> {op} <rate> | Operate on two rates, returning a new rate, where {op} is one of: -, +. | Win, Mac |
rate of <linear projection> | Returns the slope of the linear projection. Multiply this by a time interval to compute the projected growth over that period. | Win, Mac |
Declaration | Return Type | Description | Platforms (?) |
- <rate> | <rate> | Returns the negative of the given rate. | Win, Mac |
<rate> * <time interval> | <floating point> | Multiplies a <rate> by a <time interval>, producing a floating point number. | Win, Mac |
<rate> {cmp} <rate> | <boolean> | Compare two rates, returning a boolean TRUE or FALSE, where {cmp} is one of: <, <=, =. | Win, Mac |
<rate> {op} <rate> | <rate> | Operate on two rates, returning a new rate, where {op} is one of: -, +. | Win, Mac |
<time interval> * <rate> | <floating point> | Multiplies a <time interval> by a <rate>, producing a floating point number. | Win, Mac |
Declaration | Return type | Description | Platforms (?) |
<rate> as string | <string> | Casts a rate as a string. | Win, Mac |
extrema of <rate> | <( rate, rate )> Plural: extremas | Returns the minimum and maximum extreme values of the given list of <rate> types. | Win, Mac |
maximum of <rate> | <rate> Plural: maxima | Returns the maximum value from a list of <rate> types. | Win, Mac |
minimum of <rate> | <rate> Plural: minima | Returns the minimum value from a list of <rate> types. | Win, Mac |
unique value of <rate> | <rate with multiplicity> Plural: unique values | Returns the unique values of a given list of <rate> types, removing duplicates and sorting by value. | Win, Mac |
Declaration | Description | Platforms (?) |
unique value of <rate> | Returns the unique values of a given list of <rate> types, removing duplicates and sorting by value. | Win, Mac |
Declaration | Return type | Description | Platforms (?) |
multiplicity of <rate with multiplicity> | <integer> Plural: multiplicities | Sorts the list and returns the multiplicity, or count, of each unique element in the specified list of multiple <rate> types. | Win, Mac |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
correlation coefficient of <linear projection> | <floating point> Plural: correlation coefficients | Returns a floating-point number between -1 and 1, representing how well a linear projection fits the data. | Win, Mac |
extrapolation <time> of <linear projection> | <floating point> Plural: extrapolations | Returns the projected value at the specified time, assuming a linear projection. | Win, Mac |
rate of <linear projection> | <rate> Plural: rates | Returns the slope of the linear projection. Multiply this by a time interval to compute the projected growth over that period. | Win, Mac |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
correlation coefficient of <exponential projection> | <floating point> Plural: correlation coefficients | Returns a floating-point number between -1 and 1, representing how well an exponential projection fits the data. | Win, Mac |
extrapolation <time> of <exponential projection> | <floating point> Plural: extrapolations | Returns the projected value at the specified time, assuming an exponential projection. | Win, Mac |
rate <time interval> of <exponential projection> | <floating point> Plural: rates | Returns the slope of the exponential projection over the specified time interval. | Win, Mac |